Item Property (XamlCollection<T>)
Gets the sheet at the special index.
public virtual this[
int
]; {get;}
'Declaration
Public Overridable ReadOnly Default Property Item( _
ByVal As Integer _
) As
'Usage
Dim instance As XamlCollection(Of T)
Dim index As Integer
Dim value As
value = instance.Item(index)
Parameters
- index
- An
int
value that indicates the index.
Property Value
The sheet at the special index.